home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Unofficial Addons & Patches / TV Sports Football - Team Editor & Schedule Compiler (1988)(sru516)[h QTX][WB].zip / TV Sports Football - Team Editor & Schedule Compiler (1988)(sru516)[h QTX][WB].adf / TVC.doc < prev    next >
Text File  |  1988-01-19  |  3KB  |  71 lines

  1. Documentation for TV Sports: Football Schedule Compiler
  2. ------------------------------------------------------------
  3. Portions of this program are copyright (c) 1987, True Basic, Inc.
  4. TV Sports: Football is copyright (c) 1988 Cinemaware Corporation
  5. ------------------------------------------------------------
  6. This program is in the public domain. It may be freely distributed by
  7. anyone.
  8. ------------------------------------------------------------
  9. No guarantees expressed or implied as to the proper functioning of this
  10. program. Use at your own risk and only on BACKUP copys of REEL2. I am,
  11. however, glad to help you work out any problems and am willing to fix
  12. bugs. Contact me at (Compuserve 71071,2500) and (PLink sru516).
  13. -------------------------------------------------------------
  14. This program allows you to create your own schedule for TV Sports: Football
  15. if you get tired of the "standard" schedule on the original disk or if
  16. you wish to create a schedule for an NFL season as yet unplayed or a season
  17. of the past. It involves creating a text file which contains the data
  18. for each week of the season and executing this program. It will
  19. automatically write the new schedule to your "REEL2" disk. Only a few
  20. steps are involved--
  21.  
  22. 1. Create the text file.
  23.  
  24. Each week of the schedule should begin with the number for the week it
  25. represents followed by a carriage return. For example, the first week would
  26. have a line with the number "1" and a carriage return.
  27.  
  28. Underneath the number, you should place one line for each of the fourteen
  29. games to be played on the particular week in question. Simply type the 
  30. visiting team followed by a dash 
  31. followed by the home team. BE CAREFUL THAT THE NAMES ARE SPELLED CORRECTLY
  32. AND THAT THERE ARE NO EXTRA SPACES INVOLVED OR THE PROGRAM WON'T WORK. If
  33. you have renamed the home citys for any of the teams, you should type
  34. in the new name, not the old one. You do not have to type correct cases.
  35.  
  36. Examples:
  37. Phoenix-philadelphia             schedules PHOENIX at PHILADELPHIA
  38. san DIego-anaheim                schedules SAN DIEGO at ANAHEIM
  39.  
  40. Each week should contain exactly fourteen games and there should be a
  41. total of exactly sixteen weeks in the schedule.
  42.  
  43. 2. Save the text file with the name "schedule".
  44.  
  45. 3. Place the text file in the same directory as TVCompiler.
  46.  
  47. 4. Prepare a fresh disk with a copy of REEL2. DO NOT use the orignal disk.
  48.  
  49. 5. Alter the TEAMS on REEL2 to be consistent with the names, players,
  50. and abilitys you wish to have for your season.
  51.  
  52. 6. Run the Compiler. If any errors exist in your text file, the compiler
  53. will notify you of them.
  54.  
  55. 7. Enjoy the season!
  56.  
  57. Included in this arc file is an example season. (Well, actually it is the
  58. first two games of the 1987 season repeated eight times- I didn't feel
  59. like typing in all sixteen weeks at this hour of the morning.) If you
  60. have any questions about how a text file should look, it should help answer
  61. them.
  62.  
  63. Let me know how the compiler works! And by all means- if you put together
  64. a season of the past (or the 1989 schedule once it comes out) then
  65. upload it! Its free to you and lots of other users would appreciate it.
  66.  
  67. PS- If you are interested in contributing to a user-created team file
  68. based on the 1988 season, read the file FOOTBALL.ARC. You could really
  69. make a contribution a lot of people would appreciate by helping to design
  70. your favorite NFL team!
  71.